runtime.p.trace (field)

20 uses

	runtime (current package)
		mgcsweep.go#L663: 		getg().m.p.ptr().trace.reclaimed += uintptr(nfreed) * s.elemsize
		runtime2.go#L682: 	trace pTraceState
		trace.go#L439: 		buf := p.trace.buf
		trace.go#L442: 			p.trace.buf = 0
		trace.go#L495: 			if p.trace.buf != 0 {
		trace.go#L707: 	buf := pp.trace.buf
		trace.go#L708: 	pp.trace.buf = 0
		trace.go#L1034: 		return mp, p.id, &p.trace.buf
		trace.go#L1535: 	if pp.trace.inSweep {
		trace.go#L1538: 	pp.trace.inSweep, pp.trace.swept, pp.trace.reclaimed = true, 0, 0
		trace.go#L1547: 	if pp.trace.inSweep {
		trace.go#L1548: 		if pp.trace.swept == 0 {
		trace.go#L1551: 		pp.trace.swept += bytesSwept
		trace.go#L1557: 	if !pp.trace.inSweep {
		trace.go#L1560: 	if pp.trace.swept != 0 {
		trace.go#L1561: 		traceEvent(traceEvGCSweepDone, -1, uint64(pp.trace.swept), uint64(pp.trace.reclaimed))
		trace.go#L1563: 	pp.trace.inSweep = false